﻿
/*style for grid view*/
.customer-details {
    padding: .8em .6em;
    display: inline-block;
}

.customer-details {
    display: block;
}

    .customer-details:after {
        content: "";
        display: block;
        clear: both;
    }

    .customer-details dl,
    .customer-details dt,
    .customer-details dd {
        margin: 0;
        padding: 0;
    }

    .customer-details img,
    .customer-details h3,
    .customer-details dl {
        float: left;
        clear: none;
        margin: 0 14px 0 0;
    }

    .customer-details h3,
    .customer-details dl {
        width: 190px;
        min-height: 115px;
        border-width: 0 1px 0 0;
        background-color: transparent;
        color: inherit;
    }

    .customer-details h3 {
        width: 90px;
        padding: 0;
        font-size: 1.5em;
        padding-right: 20px;
    }

    .customer-details dt {
        font-weight: bold;
    }
